The scripts shows how to add colors to a few examples from AutoIt Help file. The scripts in _GUICtrlListView_Create folder demonstrates that a WM_NOTIFY message handler created with GUIRegisterMsg is still working without any changes at all.

_GUICtrlListView_Create\0) Original code from help file.au3 (run in SciTE)
                        1) Add color to middle item.au3     (run in SciTE)
                        2) Add color to first column.au3    (run in SciTE)

_GUICtrlListView_SetBkColor\0) Original code from help file.au3
                            1) Add color to a few items.au3
                            2) Using the existing loop.au3
                            3) Set custom default back color.au3
                            4) Reset default back color again.au3
                            5) Alternating row color.au3

_GUICtrlListView_SetTextColor\0) Original code from help file.au3
                              1) Add color to a few items.au3
                              2) Using the existing loop.au3
                              3) Set custom default fore color.au3
                              4) Reset default fore color again.au3
                              5) Alternating row color.au3
